Create a new tree cursor
Copy a tree cursor
Copy a tree cursor
Get the numerical field id of this tree cursor's current node.
Get the field name of this tree cursor's current node.
Move this cursor to the first child of its current node.
Move this cursor to the first child of its current node that extends beyond the given byte offset.
Move this cursor to the next sibling of its current node.
Move this cursor to the parent of its current node.
Get the tree cursor's current Node.
Re-initialize this tree cursor to start at a different node.
internal TSTreeCursor
A stateful object for walking a syntax Tree efficiently.